var runtime.isarchive
10 uses
runtime (current package)
fds_unix.go#L10: if islibrary || isarchive {
proc.go#L266: if isarchive || islibrary {
proc.go#L5929: if islibrary || isarchive {
runtime1.go#L562: if islibrary || isarchive {
runtime2.go#L1278: isarchive bool // -buildmode=c-archive
signal_unix.go#L122: if (isarchive || islibrary) && !preinit {
signal_unix.go#L179: if (isarchive || islibrary) && t.flags&_SigPanic == 0 && sig != _SIGPIPE && sig != sigPreempt {
signal_unix.go#L1026: if GOOS != "freebsd" && (isarchive || islibrary) && handler == _SIG_DFL && !c.sigFromUser() {
signal_unix.go#L1386: if isarchive || islibrary {
symtab.go#L621: if GOOS == "aix" && isarchive {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |